home *** CD-ROM | disk | FTP | other *** search
- on setTuning
- if field "tuning selection" = "standard" then
- set the visible of sprite 12 to 1
- set the visible of sprite 13 to 0
- set the visible of sprite 14 to 0
- else
- if field "tuning selection" = "Drop D" then
- set the visible of sprite 14 to 1
- set the visible of sprite 12 to 0
- set the visible of sprite 13 to 0
- else
- if field "tuning selection" = "half step down" then
- set the visible of sprite 13 to 1
- set the visible of sprite 12 to 0
- set the visible of sprite 14 to 0
- end if
- end if
- end if
- end
-